home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / docs / howto / systemMachineDependencies < prev    next >
Encoding:
Text File  |  1992-12-14  |  735 b   |  29 lines

  1. This file lists some places in Sprite that have dependencies on the
  2. machine type.  That is, if you are adding a new $MACHINE type, here
  3. are some places (other than the sources) that need attention.
  4.  
  5. I. machine-dependent directories.  You must either (1) create a new
  6. directory or (2) make a link to an existing directory.  Check for
  7. subdirectories (e.g., /sprite/cmds/mh, /sprite/lib/lint.$MACHINE).
  8.  
  9.   /sprite/admin
  10.   /sprite/boot
  11.   /sprite/cmds
  12.   /sprite/daemons
  13.   /sprite/lib
  14.   /local/cmds
  15.   /local/lib
  16.   /emacs/cmds
  17.   /X11/R4/cmds
  18.   /X11/R4/lib
  19.  
  20.  
  21. II. Shell scripts that check the value of $MACHINE.
  22.  
  23.   /boot/bootcmds
  24.  
  25.  
  26. III. System makefiles that have machine-dependent checks.
  27.  
  28.   /sprite/lib/pmake/*.mk (check both MACHINE and TM)
  29.